home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / zpro203 / ziprpro.rev < prev   
Text File  |  1994-08-15  |  43KB  |  1,005 lines

  1.                  ZIP'R Professional For DOS Revision History
  2.  
  3.  
  4. 08-16-94 ■ Version 2.03
  5.  
  6.          . Fixed a major problem when using internal ZIP compression.
  7.            When attempting to recompress a program using the Update
  8.            option, users would receive an Error Number 5, (File Access
  9.            Denied).  The compressed file had been marked as read-only, and
  10.            therefore could not be initialized for any other action.  This
  11.            error condition did not appear when using a Novell network, so
  12.            internal beta-testing efforts did not catch the problem.  Added
  13.            code to make sure the compressed file's attributes were properly
  14.            set before any action to the file is attempted.
  15.  
  16.          . Updated the version number code in the registration
  17.            procedure.
  18.  
  19.          . Fixed several Clear-Screen problems by replacing the
  20.            built-in Clear-Screen command with a custom routine
  21.            that resets the Window to 1,1, 80,25.
  22.  
  23.  
  24. 07-18-94 ■ Version 2.02
  25.  
  26.          . Enhanced ZIP'R Pro's ability to handle "overwrite" error
  27.            messages generated by PKUNZIP.EXE or ARJ.EXE.  When either
  28.            of these programs detects a file on the hard drive that
  29.            already exists in the compressed file, they will issue an
  30.            overwrite message, prompting the user whether or not the
  31.            file should be replaced with the one located in the
  32.            compressed file.  Each of these programs will then generate
  33.            an exit code, which normally causes ZIP'R Pro to cease the
  34.            program execution and terminate.  Since these errors are
  35.            non-fatal errors, ZIP'R Pro now offers users the choice of
  36.            whether to continue with normal program execution or not.
  37.  
  38.            Why is this necessary?  The most common need for this feature
  39.            is when programs such as Central Point Anti-Virus or Microsoft
  40.            Anti-Virus place "CHKLIST.CPS" or "CHKLIST.MS" files in each
  41.            directory when a virus scan is executed on a user's computer.
  42.            The first time this happens, the compressor (PKZIP, for example)
  43.            adds the left-over virus file into the archive.  The next time
  44.            a virus scan is executed, PKUNZIP detects that a file by the
  45.            same name exists in the program directory, generates an exit
  46.            code, and thus causes ZIP'R Pro to terminate execution.  (This
  47.            could prove to be frustrating, since a file by this name is
  48.            placed in EVERY scanned directory.)  ZIP'R Pro will now detect
  49.            if an overwrite message occurs, and will display a message
  50.            box, allowing the user the option of whether to continue
  51.            with the normal program execution or not.
  52.  
  53.  
  54.          . Fixed a problem where ZIP'R Pro was not trapping and
  55.            reporting errors that occurred during the decompression
  56.            process.  Instead, ZIP'R Pro would simply error out, and
  57.            terminate program execution.  (This bug was introduced
  58.            in version 2.00.)
  59.  
  60.  
  61. 07-11-94 ■ Version 2.01
  62.  
  63.          . Version 2.01 of ZIP'R Pro contains an updated INSTALL.EXE
  64.            file.  One of our users reported that InocuLAN (by Cheyenne
  65.            Software) was reporting an occurrence of the Tony-H virus in
  66.            the INSTALL.EXE file.  We believe this was a false-positive
  67.            report, and not cause for alarm.  However, we are releasing
  68.            ZIP'R Pro 2.01 with the INSTALL.EXE file in uncompressed
  69.            format.  Also, the file BONUS.DOC has been removed.
  70.  
  71.  
  72. 06-29-94 ■ Version 2.00
  73.  
  74.          . Added support for a user-specified compression mode.
  75.            Valid values are BestMethod, Deflate, Implode, Shrink,
  76.            and Store.
  77.  
  78.          . Added support for a user-specified deflate level when
  79.            using internal ZIP compression.
  80.  
  81.          . Added support for user-specified implode values when using
  82.            internal ZIP compression.
  83.  
  84.          . Converted the ClrScr w/Error Message calls to use the
  85.            HandleError procedure.
  86.  
  87.          . Changed the ProcessErrorCode procedure to a function.
  88.  
  89.          . Modified the HandleError procedure to allow it to process
  90.            error codes that must be passed to the ShowErrorMessage
  91.            procedure.
  92.  
  93.          . Changed the DeletedFiles variable in the COMP unit from a
  94.            literal string to a boolean.
  95.  
  96.          . Changed the MatchingFileFound variable in the COMP unit from
  97.            a literal string to a boolean.
  98.  
  99.          . Added code to only display the gauge window when necessary and
  100.            resize the compression window depending on whether the gauge
  101.            window is displayed or not.
  102.  
  103.          . Changed gauge window display to be indented rather than out-
  104.            dented.
  105.  
  106.          . Added a fail-safe check to the DeleteAllFilesExcept routine
  107.            to make sure that the current directory is not the root
  108.            directory of a hard drive.
  109.  
  110.          . Added a fail-safe check to make sure that the Accurate File
  111.            Size Calculation displays Level 4 on the prelog screen when
  112.            Internal ZIP is being used.  (With Internal ZIP, all calculations
  113.            are 100% accurate.)
  114.  
  115.          . Changed the directory existence checks to use a procedure from
  116.            a commercial library, instead of our own STSI library.  Our
  117.            procedure was not handling root directories properly.
  118.  
  119.          . Added code to read the current entry when decompressing a .ZIP
  120.            file with the Internal ZIP code.  New code makes sure that any
  121.            imbedded directories are created if they do not exist.  Any
  122.            directory entries contained without files are discarded.  This
  123.            allows more complete compatibility with PKWare's PKZIP.  Previous
  124.            code would cause a decompression error to occur.
  125.  
  126.          . Moved all of the DrawHeader and DrawCompressionScreen calls inside
  127.            of the ZPExec routine, where possible.  This fixed a problem where
  128.            incorrect messages were sometimes displayed during the compression
  129.            or decompression processes.
  130.  
  131.          . Fixed several issues relating to the display of the decompression
  132.            query box that pops up when a duplicate file exists on the hard
  133.            drive.  Widened the available display for the filename and
  134.            potential directory entry, and added fail-safe code to truncate
  135.            these on the left side if they get too long.
  136.  
  137.          . Modified the remaining routines in the COMP, DECOMP, and
  138.            EXECUTE units to use the HandleError procedure.
  139.  
  140.          . Created a common procedure in the COMP unit to contain the
  141.            compression signal file related detection and creation
  142.            code.
  143.  
  144.  
  145. 06-20-94 ■ Version 1.28  (Internal BETA Version - Not Released!)
  146.  
  147.          . Fixed a problem where the screen was not being cleared after
  148.            windowed decompression.  Added a reset of the screen and
  149.            color output.
  150.  
  151.          . Modified shadows on compression and decompression screens
  152.            to be completely black.
  153.  
  154.          . Added a command to reset the Window coordinates before
  155.            attempting to write the file count or twirling bars display
  156.            to the screen.  After adding several window-relative routines,
  157.            both displays were being written to a relative window, instead
  158.            of the absolute screen coordinates.
  159.  
  160.          . Fixed a problem where the title and copyright notice on the
  161.            Query screen started "disappearing" after other Internal
  162.            ZIP windowing routines had been implemented.  Used window-
  163.            relative screen writing instead of absolute screen writing.
  164.  
  165.          . Created a textured background screen for the Internal ZIP
  166.            compression and decompression windows.
  167.  
  168.          . Added a "Moving files.  Please wait!" header to the display
  169.            screen when files are being deleted after the compression
  170.            process.
  171.  
  172.          . Added a call to the UpdateGaugeWindow procedure during the
  173.            file deletion process to provide a visual progress indicator.
  174.  
  175.          . Altered the DeleteAllFilesExcept procedure to use a direct
  176.            directory search to delete files, instead of a FileMaskList
  177.            generated from the original archive file.  This allows the
  178.            procedure to work in all situations.
  179.  
  180.          . Changed the name of the stDeleteFilesIntZIP procedure to
  181.            DeleteAllFilesExcept.
  182.  
  183.          . Created a header window to be used for displaying status
  184.            messages during the compression / decompression processes.
  185.            This replaces old code which simple used absolute screen
  186.            writing.
  187.  
  188.          . Added a bar graph and compression/decompression window
  189.            to be used when Internal ZIP is used as the compression
  190.            type for a program.  The bar graph is updated depending on
  191.            the current file vs. the total files to be compressed or
  192.            the total files located inside the ZIP file.
  193.  
  194.          . Created a common HandleError procedure in the Errors unit
  195.            to centralize the compression/decompression error handling.
  196.  
  197.          . Created a common LaunchExternalDecompressor procedure in the
  198.            Decomp unit, reducing final .EXE code size by about 2K.
  199.  
  200.          . Worked around a problem where an empty sub-directory would
  201.            cause an error #2 during the compression process (File Not
  202.            Found).
  203.  
  204.          . Set up a file counter to keep track of the total number
  205.            of files that will be compressed into the internal ZIP
  206.            generated file.
  207.  
  208.          . Enabled sub-directory creation during internal ZIP
  209.            decompression.
  210.  
  211.          . Added code to recurse sub-directories during the internal
  212.            ZIP compression process.
  213.  
  214.          . Made sure that the compression and decompression signal
  215.            files are erased if an error occurs during internal ZIP
  216.            compression or decompression.
  217.  
  218.          . Added code to call the Done routine if an error occurs
  219.            during the internal ZIP compression / decompression
  220.            processes.
  221.  
  222.          . Created a routine to calculate the exact disk space
  223.            needed for extracting a ZIP file when using the
  224.            internal ZIP compression / decompression routines.
  225.  
  226.          . Added preliminary support for internal PKZIP 2.0
  227.            compatible compression and decompression.
  228.  
  229.  
  230. 06-10-94 ■ Version 1.27
  231.  
  232.          . No coding changes.
  233.  
  234.  
  235. 05-26-94 ■ Version 1.26
  236.  
  237.          . Changed the AddBackSlash procedure to stAddBackSlash
  238.            when generating the ZIPRProPath.  stAddBackSlash adds
  239.            a backslash when the last character in the path is a
  240.            colon.
  241.  
  242.          . Modified the behavior of the prelog screen display
  243.            to prevent the screen from being displayed if the
  244.            PrelogDelay was set to 0.
  245.  
  246.          . Fixed a problem where the prelog screen was being
  247.            displayed when the PrelogType was set to NONE.
  248.  
  249.          . Changed all "Halt" statements to "stHalt(?)", where
  250.            ? is the ERRORLEVEL.
  251.  
  252.          . Changed an error message in the DECOMP unit to use
  253.            an stTVMessageBox.
  254.  
  255.  
  256.  
  257. 04-22-94 ■ Version 1.25
  258.  
  259.          . No modifications.  (See ZIFPRO.REV for modifications
  260.            to the ZIF Editor Pro.
  261.  
  262.  
  263. 03-26-94 ■ Version 1.24
  264.  
  265.          . Removed all /CLEANUP option code from ZIPRPRO.  This
  266.            option is now available from the ZIF Editor.  A code
  267.            size reduction of about 11K was achieved.
  268.  
  269.          . Modified code so that ZIP'R Pro does not execute the
  270.            program when the /TEST parameter is being used.  It
  271.            simply displays the parameters and exits.
  272.  
  273.          . Changed the "TEST" parameter to "/TEST".
  274.  
  275.          . Fixed a problem where the compression signal file
  276.            was not being deleted if an error occured while
  277.            attempting to test the archive integrity.
  278.  
  279.          . Fixed a problem where an error message was not being
  280.            issued if a compression or decompression signal file was
  281.            detected.  ZIPRPRO would simply exit, with no warning.
  282.  
  283.          . Created enumerated types for PrelogType and
  284.            RegisteredVersion, replacing the literal strings used
  285.            previously.
  286.  
  287.          . Re-worked the INI and ZIF test display procedures to
  288.            use string arrays.  This change reduced the code
  289.            size slightly, and substantially reduced the complexity
  290.            of these procedures.
  291.  
  292.          . Converted the ScanActivityIndicator string variable
  293.            to an enumerated type.  Corrected a problem where a
  294.            mis-spelling of a literal string could have caused
  295.            the Twirling Bars to fail to work.
  296.  
  297.          . Added a common function to search for ARJ, LHA,
  298.            PKZIP, and PKUNZIP in their respective paths, the
  299.            ZIP'R Pro path, and the DOS PATH before calling
  300.            any of these programs.  The common function reduced
  301.            the code size by .5K.
  302.  
  303.          . Modified code to check for the existence of a backslash
  304.            at the end of the ARJ, LHA, and ZIP paths after they
  305.            are read from the .INI file.  If a trailing backslash
  306.            is not detected, one is added.
  307.  
  308.  
  309. 03-10-94 ■ Version 1.23
  310.  
  311.          . Modified an error message about the program parent
  312.            directory not being present to be more accurate by
  313.            stating that either the program parent directory or
  314.            the main program directory is not present.
  315.  
  316.          . Converted the FloppyFormat variable to an enumerated
  317.            type within the code for easier variable-checking.
  318.  
  319.          . Added a ZPExec procedure that contains all compression
  320.            and decompression related Exec functions.  (Code size
  321.            reduction of 6.5K.)
  322.  
  323.          . Moved several boolean variables into the INI and ZIF
  324.            records, to make the code more concise.
  325.  
  326.          . Changed the default value for SubdirectoryDeletion to
  327.            True.
  328.  
  329.          . Changed If..Else If statments in Errors unit to a Case
  330.            statement to make the code shorter and more concise.
  331.  
  332.          . Moved all common string literal declarations into a new
  333.            ZPSTRING unit.
  334.  
  335.          . Increased the estimated string array size for Exclude,
  336.            Extract, IN, OUT, TSRPre, and TSRPost commands.
  337.  
  338.          . Converted CompressionType literal strings to an
  339.            enumerated type.
  340.  
  341.          . Changed all error message strings that were passed as
  342.            variables to a global routine into an enumerated type.
  343.            This allows automatic compiler validation, and shortened
  344.            the code by over 10K.
  345.  
  346.  
  347. 03-03-94 ■ Version 1.22
  348.  
  349.          . Added 3D effects to query and error screen dialog boxes.
  350.  
  351.          . Added an IOResult check and corresponding error message
  352.            if the ProgramParent directory can not be successfully
  353.            created on a RAM Disk.
  354.  
  355.          . Circumvented a potential problem in the compression and
  356.            decompression routines where a default value for the
  357.            Compression and Decompression Swap parameters was not
  358.            being set.  The compression procedure would issue an
  359.            error message under this circumstance.  Altered the
  360.            code to provide a fail-safe parameter assignment.
  361.  
  362.          . Corrected a problem in the ARJ Decompression procedure
  363.            where the "Default" Decompression Swap parameter was
  364.            not being read.
  365.  
  366.          . Added code to convert the ZIPRPROPath to upper case.
  367.  
  368.          . Removed several "EraseDecompressionSignalFile"
  369.            statements from the beginning of the DecompressZipFile
  370.            procedure.  This file had not yet been created at
  371.            this point in the procedure.
  372.  
  373.          . Corrected a problem where the update option was not
  374.            working properly.  (Broken in 1.22, not released.)
  375.  
  376.          . Fixed a problem where a runtime error 202 would occur
  377.            if the file PKUNZIP.EXE could not be found.  The
  378.            runtime error would be issued prior to displaying the
  379.            error message from ZIPRPRO.  (Increased stack.)
  380.  
  381.          . Added automatic ProgramParent directory creation if
  382.            extracting to a RAM disk.
  383.  
  384.          . Added preliminary support for extraction to a RAM disk.
  385.  
  386.          . Corrected a problem where an error message would be
  387.            issued if the "Program" directory did not exist.  This
  388.            created a problem if a "Program Parent" directory was
  389.            specified, since the program directory might not exist
  390.            under this circumstance.
  391.  
  392.          . Corrected a problem where the .N?? file was not being
  393.            deleted if errors were detected when checking the
  394.            validity of the values in the .INI and .ZIF files.
  395.  
  396.          . Shortened several code segments by using better coding
  397.            techniques.
  398.  
  399.          . Corrected a potential problem where the .SXT signal
  400.            file could be mistakenly deleted by ZIPRPRO.
  401.  
  402.          . Combined the Done and DoneNoSXTDelete routines into a
  403.            common procedure.  Added an enumerated type variable
  404.            to pass to this procedure, informing it of any
  405.            restrictions to observe.
  406.  
  407.  
  408. 02-26-94 ■ Version 1.21
  409.  
  410.          . Corrected minor spacing / carriage return problems on
  411.            dialog box (Query) screens.
  412.  
  413.          . Corrected a potential problem where the /CLEANUP option
  414.            would delete files in the current directory, not the
  415.            ZIPRPRO sub-directory, if launched from a directory
  416.            other than the ZIPRPRO sub-directory.
  417.  
  418.          . Corrected a problem where a runtime error 2 would occur
  419.            in the CreateSubDirectoriesUnderOS2 procedure, because
  420.            an Else statement was omitted.
  421.  
  422.          . Streamlined the code by creating two erase file routines
  423.            to replace the separate erase routines used previously.
  424.  
  425.  
  426. 02-16-94 ■ Version 1.20
  427.  
  428.          . Fixed a major problem where the original .ZIP file
  429.            could be deleted if the executable file could not be
  430.            found and update option was enabled.  (Data loss could
  431.            occur in this situation, especially if Selective
  432.            Extraction or Selective Exclusion was enabled.)
  433.  
  434.          . Added support to erase the *.DFL, *.NFL, *.OFL, and
  435.            *.DIR files when using the /Cleanup option.
  436.  
  437.          . Added support to manually create subdirectories when
  438.            operating under OS/2.  This option will circumvent a
  439.            potential problem where PKUNZIP cannot create sub-
  440.            directories under OS/2.  (This problem has been reported
  441.            to PKWare.)
  442.  
  443.          . Updated IFDEF and IFNDEF statements throughout the code
  444.            to minimize code size for each module.
  445.  
  446.          . Moved several string pointer variables into the INI and
  447.            ZIF record variables.
  448.  
  449.          . Reduced the ARJ and LHA default memory requirements
  450.            to more realistic levels.
  451.  
  452.          . Re-compiled with updated libraries.
  453.  
  454.          . Corrected a problem in the stTV3ChoiceBox procedure
  455.            that caused the box to be too narrow to properly
  456.            center a long header.
  457.  
  458.          . Added support to display the Command Processor and
  459.            ZIP'R Pro Path information in the new style message
  460.            boxes.
  461.  
  462.          . Corrected a problem where the TestFlag boolean was
  463.            not being set early enough in the code to display
  464.            the INI Parameters screen.  (%2 = TEST)
  465.  
  466.          . Added support to display the .INI Parameters in the
  467.            new style message boxes.
  468.  
  469.          . Added all missing .ZPD Parameters to the ZPD Parameter
  470.            display procedure.  Added code to display the first
  471.            10 INCommands, OUTCommands, ExcludeFiles, ExtractFiles,
  472.            TSRPreProgramCommands, and TSRPostProgramCommands.
  473.  
  474.          . Added support to read old style .ZPD files, prior
  475.            to current version.  (Set internal flags if the new
  476.            UseINCommands, UseOUTCommands, UseTSRPreCommands,
  477.            and UseTSRPostCommands variables could not be found
  478.            in the .ZPD file.)
  479.  
  480.          . Added support to display the .ZPD Parameters in the
  481.            new style message boxes.
  482.  
  483.          . Fixed a problem in the stTV3ChoiceBox procedure, that
  484.            caused a system hang if the maximum number of lines
  485.            exceeded the pre-defined limit.
  486.  
  487.          . Added support to read UseINCommands, UseOUTCommands,
  488.            UseTSRPreCommands, and UseTSRPostCommands variables
  489.            from the .ZPD file.
  490.  
  491.  
  492. 01-30-94 ■ Version 1.19a  (Internal Release)
  493.  
  494.          . Corrected a problem where the swap file name was not
  495.            being passed to the swapping exec procedure.  (This
  496.            problem was introduced, in version 1.20, when the
  497.            common exec swapping functions were created.)
  498.  
  499.          . Added support to specify whether EMS memory is to be
  500.            used over XMS memory for the swapping exec procedure.
  501.            The default behavior is to use EMS first, but may be
  502.            overridden.
  503.  
  504.          . Added support to swap to XMS memory during program
  505.            execution, if available.  Previously, only EMS or
  506.            disk was used for the swap file.
  507.  
  508.          . Modified the swapping-related procedure calls to force
  509.            a swap (default) as a fail-safe procedure.
  510.  
  511.          . Modified the WindowedCompression and WindowedDecompression
  512.            procedure calls to automatically force windowed mode
  513.            (default) as a fail-safe procedure.
  514.  
  515.          . Converted all execute calls to use the new procedures.
  516.  
  517.          . Removed the STSI2 unit from the uses clause to prevent
  518.            unnecessary compilation.
  519.  
  520.          . Corrected a problem where the swap file (.SWF extension)
  521.            was not being erased when the /Cleanup option was
  522.            specified.  (This file has the system attribute set.)
  523.  
  524.          . Created common execution functions to reduce code
  525.            size and complexity.
  526.  
  527.          . Corrected a potential problem where the compressed
  528.            file could have been deleted, if an incorrect value
  529.            for CompressionSwap or DecompressionSwap was read from
  530.            the .INI file.
  531.  
  532.          . Converted the internal SortedExtraction variable
  533.            to a Boolean type.
  534.  
  535.          . Corrected a problem where the .INI file was not
  536.            being read prior to checking the cleanup password.
  537.  
  538.          . Changed the behavior of the cleanup password
  539.            procedure to not prompt for a password if the
  540.            password is blank.
  541.  
  542.          . Converted internal WindowedCompression and
  543.            WindowedDecompression variables to Boolean types.
  544.  
  545.          . Reduced the memory requirement default values for
  546.            PKZIP and PKUNZIP.  (New default swapping option will
  547.            be added to the ZIF Editor.)
  548.  
  549.          . Re-worked the .INI and .ZIF read routines to make the
  550.            code faster and more concise.
  551.  
  552.          . Added support for the new INIVersion, ZIFVersion,
  553.            UseDiskForExecSwap, UseEMSForExecSwap, and
  554.            UseXMSForExecSwap parameters.
  555.  
  556.          . Re-arranged the order and placement of passed parameter
  557.            related code, to allow the disposal of unnecessary
  558.            pointer variables.
  559.  
  560.          . Modified dialog box code to allow centering or left
  561.            justification.
  562.  
  563.          . Changed all error messages to be displayed using the
  564.            new style dialog boxes.
  565.  
  566.          . Converted all query screens to the new style.
  567.            Corrected various punctuation problems in the text
  568.            of the new screens.
  569.  
  570.          . Modified cleanup password field to automatically
  571.            convert characters entered to upper case.
  572.  
  573.          . Corrected a problem in the swapping Exec routines
  574.            where the executed program would hang.  (This problem
  575.            was caused by the mouse handler routines not being
  576.            disabled before performing the swap, and was introduced
  577.            in version 1.20.)
  578.  
  579.          . Added password protection for the /Cleanup option.
  580.  
  581.          . Updated prelog screen to show the amount of Heap memory
  582.            available.
  583.  
  584.  
  585. 01-20-94 ■ Version 1.19
  586.  
  587.          . Added additional error messages for new error checking
  588.            procedures, and corrected a typo in a separate error
  589.            message.
  590.  
  591.          . Enhanced the conventional memory available routine to
  592.            provide a more accurate estimate of the amount of
  593.            conventional memory available on the system.  (This
  594.            figure approximates the free memory reported by MEM.)
  595.  
  596.          . Corrected a problem where the logic controlling the
  597.            loading of a command processor was backwards when
  598.            executing a .BAT or .BTM file
  599.  
  600.          . Added a check to force a command processor to be
  601.            loaded if the program to be executed contains a
  602.            .BAT or .BTM extension.
  603.  
  604.          . Added support to execute the desired program without
  605.            loading a command processor first.  This increases
  606.            the memory available to the program by about 3-5K.
  607.  
  608.          . Removed unnecessary "Continue" statements from the
  609.            INI and ZIF file read routines.
  610.  
  611.          . Converted internal string pointer variables to use
  612.            INI and ZIF records.
  613.  
  614.          . Added support in the TSR Container file section to
  615.            use the AlternateEXELaunchDirectory feature.
  616.  
  617.          . Fixed a problem where the "CALL" statement was not
  618.            being placed in front of the program name in the TSR
  619.            Container file if the Parameters field was blank.
  620.  
  621.          . Corrected a potential problem where the current drive
  622.            and directory was not being set prior to executing
  623.            OUT commands.  This could have been a problem if the
  624.            current drive and/or directory was changed during
  625.            program execution, such as when shelling to DOS.
  626.  
  627.          . Added support for an alternate EXE launch directory
  628.            to make it possible to launch a program from a
  629.            directory other than the one in which the executable
  630.            file resides.  (The program does NOT have to be an
  631.            EXE file.)  This feature allows programs, such as
  632.            Microsoft Works, Borland Pascal, and others, to be
  633.            executed from a data subdirectory.
  634.  
  635.          . Added preliminary support for string encryption and
  636.            decryption.
  637.  
  638.  
  639. 01-06-94 ■ Version 1.18
  640.  
  641.          . Improved the Conventional memory estimate on the
  642.            prelog screen to more accurately reflect the amount
  643.            of memory available after swapping.
  644.  
  645.          . Updated the BIOS screens to match the direct-write
  646.            screens.
  647.  
  648.          . Added support for AUTO, DIRECT, and BIOS screen write
  649.            modes.  This should help to solve any screen-related
  650.            compatibility problems that might exist.
  651.  
  652.          . Added video mode detection when using the AUTO screen
  653.            writes option.
  654.  
  655.          . Updated the prelog screen to display the status of the
  656.            Use Atomic Lock Files option.
  657.  
  658.          . Updated the prelog screen to display the Selective
  659.            Extraction (SXT) and Selective Exclusion (SXC) entries
  660.            separately.  (If either option is disabled, the
  661.            corresponding entry count will be 0.)
  662.  
  663.          . Updated the prelog screen to display the status of the
  664.            new Subdirectory Deletion option.
  665.  
  666.          . Added support to NOT delete sub-directories when using
  667.            PKZIP v2.04g.  This switch is necessary when an OS/2
  668.            system is operating on a network in combination with
  669.            other systems.  Due to some sort of conflict, sub-
  670.            directories can not be re-created under OS/2.  (Unsure
  671.            whether this is an OS/2, NetWare Requester, or PKZIP
  672.            caused problem.)  This switch can only be used with
  673.            PKZIP v2.04g.
  674.  
  675.          . Added preliminary support for compression program version
  676.            number tracking.  Future versions of ZIP'R Professional
  677.            may support compression program features that might not
  678.            be available in previous versions of the compression
  679.            program.
  680.  
  681.          . Corrected an alignment problem on the FileCount indicator.
  682.  
  683.          . Added a FileCount / Twirling Bar indicator to the AFSC
  684.            Level 4 screen to display the progress of the file size
  685.            scanning.  (Due to the high scanning speed, this feature
  686.            will be useful only on compressed files with an extremely
  687.            high number of files.)
  688.  
  689.  
  690. 01-01-94 ■ Version 1.17
  691.  
  692.          . Corrected a problem where .SXT signal files were not
  693.            being deleted when the /CLEANUP switch was used.
  694.  
  695.          . Corrected a possible ambiguity in the ExecDOS error
  696.            messages.  (#-5 changed to # -5.)
  697.  
  698.          . Updated the AFSC routines to use integer division, which
  699.            eliminates the extra rounding step needed for reals.
  700.  
  701.          . Corrected a problem in the AFSC Level 4 (ZIP) calculation
  702.            procedure that would cause erroneous calculations.  (The
  703.            file size returned would always be 0.)
  704.  
  705.  
  706. 12-27-93 ■ Version 1.16
  707.  
  708.          . Fixed a problem where an extra hyphen was being prepended
  709.            to the compression command line.
  710.  
  711.          . Added CompressionOptions support to the ARJ and LHA
  712.            compression procedures.  (LHA does not currently support
  713.            this feature.)
  714.  
  715.          . Fixed a problem where the CompressionOptions field in the
  716.            .ZPD file was not being passed to PKZIP.
  717.  
  718.          . Fixed a minor problem where ".ZIP" was hard-coded onto the
  719.            Query For Compression screen.  If ARJ or LHA was being used,
  720.            the screen would still say that the resulting compressed file
  721.            would have a .ZIP extension.
  722.  
  723.          . Added an additional check for PKZIP.EXE before decompressing
  724.            a .ZIP file when using Selective Extraction or Selective
  725.            Exclusion.  This is important, because when these options are
  726.            enabled, the program MUST be re-compressed to preserve all
  727.            data files.
  728.  
  729.          . Fixed a potential problem where the existence of PKZIP.EXE
  730.            was not being verified before deleting files from the
  731.            original .ZIP file.
  732.  
  733.          . Fixed a potential problem where ZIP'R Professional was not
  734.            verifying the existence of PKUNZIP.EXE and PKZIP.EXE before
  735.            attempting to create the temporary file lists.
  736.  
  737.          . Added an additional check to attempt to locate the selected
  738.            compressor on the DOS PATH.  ZIP'R Professional will use the
  739.            path specified in the ZIPRPRO.INI file if the program exists.
  740.            If the program cannot be found, the ZIPRPRO directory is
  741.            searched.  If this search fails, the DOS PATH is searched.
  742.  
  743.  
  744. 12-25-93 ■ Version 1.15
  745.  
  746.          . Cleaned up some internal routines related to cleaning up
  747.            signal files before exiting ZIP'R Professional.
  748.  
  749.          . Changed the .ZPD and .INI file read routines to reduce
  750.            overhead and increase speed.
  751.  
  752.  
  753. 12-22-93 ■ Version 1.14
  754.  
  755.          . Added error reporting to the error trapping sections of
  756.            the IN Command, Program, and OUT Command routines.  If an
  757.            error is detected in any of these routines, ZIP'R Pro will
  758.            report the error and query the user whether to continue.
  759.            The error reporting routines will also report whether the
  760.            error was generated by the command processor (Error Code)
  761.            or by the IN Command, OUT Command, or Program (Exit Code).
  762.  
  763.          . Corrected a problem in the Accurate File Size Calculation
  764.            routines where the selective extraction and exclusion
  765.            entries were still being used, even if the file was being
  766.            decompressed from a floppy disk.
  767.  
  768.          . Fixed a major problem where data loss could occur if the
  769.            compressed file was stored on a floppy diskette, and
  770.            selective extraction or selective exclusion was enabled.
  771.            This is a rather rare combination of options, but since
  772.            data loss is likely, it is prudent to upgrade previous
  773.            versions of ZIP'R Professional For DOS.
  774.  
  775.          . Corrected a problem where the cursor would disappear
  776.            following some query screens.
  777.  
  778.          . Added /CLEANUP option to erase all signal files from the
  779.            ZIPRPRO sub-directory.  This option should be used with
  780.            care to ensure that no other processes are using ZIP'R
  781.            Professional.
  782.  
  783.  
  784. 12-20-93 ■ Version 1.13
  785.  
  786.          . Corrected a problem where a program that is executed
  787.            using a batch file, that also used a TSR container file
  788.            would not return control to ZIP'R Professional for
  789.            re-compression.  The solution was to "CALL" the batch
  790.            file from the TSR container file.
  791.  
  792.          . Corrected a problem where the Decompression Signal File
  793.            might not get deleted under some error situations.
  794.  
  795.          . Completed the transfer of code to common units to allow
  796.            code sharing between different components of the ZIP'R
  797.            Professional series of programs.
  798.  
  799.          . Added conditional defines to allow code sharing between
  800.            ZIP'R Professional For DOS and the ZProcessor component
  801.            of ZIP'R Professional For Windows.
  802.  
  803.          . Isolated a problem creating sub-directories under OS/2
  804.            to the use of "Global" network sessions.  The Novell
  805.            OS/2 requestor handles directory creation differently
  806.            under global or private network sessions.  ZIP'R Pro
  807.            should be used in a private session if sub-directories
  808.            must be re-created.
  809.  
  810.          . Checked into a potential problem with AFSC Level 4 if
  811.            the lines were too long, and wrapped on the screen.
  812.            The function used to handle the string to long integer
  813.            conversion correctly handles this situation, and ignores
  814.            any strings that it can't convert.  No action necessary.
  815.  
  816.  
  817. 12-05-93 ■ Version 1.12
  818.  
  819.          . Added error checking to make sure that compression
  820.            cannot occur to floppy drives unless the compression
  821.            program being used is PKZIP.  (Other compression
  822.            programs do not currently support spanning floppies.)
  823.  
  824.          . Changed the way ZIP'R Professional deals with the
  825.            attributes of a compressed file that resides on a
  826.            floppy diskette.  The attributes of these files
  827.            will not be changed, since we do not know which
  828.            diskette is in the drive, and multiple diskettes
  829.            may be required to store the compressed file.
  830.  
  831.          . Fixed a problem with floppy compression where the
  832.            query for compression floppy diskette was occurring
  833.            too late.  This caused programs to be compressed
  834.            to floppy diskettes properly, but they could not be
  835.            decompressed.  (After further checking, the programs
  836.            could be decompressed, but the prompt for the
  837.            decompression floppy disk was in the wrong position.
  838.            A work-around was to simply make sure that the disk
  839.            was in the drive.)
  840.  
  841.          . Added Compress/Decompress and TSR Entries indicators
  842.            to prelog screen.  Separated Net/Multi to be two
  843.            separate indicators, and added code to detect them
  844.            individually.
  845.  
  846.          . Added a program halt command following the error
  847.            message display if the ZIPRPRO.INI file cannot be
  848.            found.
  849.  
  850.          . Corrected a problem where the .ZIP file was not
  851.            being deleted if Update mode and Compress/Decompress
  852.            only mode were enabled.
  853.  
  854.          . Added code to force a total decompression if
  855.            "Compress/Decompress Only" is enabled.  This will
  856.            prevent problems if all files are not extracted.
  857.  
  858.          . Corrected a problem where the .DSF file was not
  859.            being deleted under various circumstances in the
  860.            decompression module.
  861.  
  862.          . Corrected a potential problem where logging to a
  863.            non-existent program or program parent directory
  864.            was not calling the "Done" procedure.
  865.  
  866.          . Removed unnecessary ZipName pointer variable, and
  867.            replaced with CompressedFileName pointer variable.
  868.  
  869.          . Corrected a problem where the .DSF (Decompression
  870.            Signal File) was not being deleted if an error
  871.            occurred during the CheckSpaceForDecompression
  872.            procedure.  (This problem could manifest itself
  873.            if the compressed file was corrupt.)
  874.  
  875.  
  876. 11-26-93 ■ Version 1.11
  877.  
  878.          . Added error message if Selective Exclusion is enabled,
  879.            but no file specifications have been entered.
  880.  
  881.          . Corrected problems where three delete routines were
  882.            not marking the compressed file with normal attributes,
  883.            generating a run-time error.  (Code 5, File Access
  884.            Denied)  This error would occur when query mode was
  885.            enabled, and the program was not re-compressed.
  886.  
  887.          . Updated random filename generator code in the DECOMP
  888.            procedure to use the new method for generating
  889.            random filename prefixes.
  890.  
  891.          . Added "Selective Exclusion" feature to complement
  892.            Selective Extraction.  Selective Exclusion allows
  893.            certain files or groups of files to be excluded
  894.            from extraction.
  895.  
  896.          . Changed the prelog screen to display the number of
  897.            Selective Extraction files (entries) and the number
  898.            of simultaneous ZIPRPRO licenses.
  899.  
  900.  
  901. 11-21-93 ■ Version 1.10
  902.  
  903.          . Changed the logic in the prelog screen to highlight
  904.            Query Option if Selective Extraction is enabled, but
  905.            the compression type is not ZIP.
  906.  
  907.          . Changed the countdown code on the prelog screen to
  908.            count to 0.
  909.  
  910.          . Added code to mark the compressed file as ReadOnly
  911.            during ZIPRPRO operations.  This should help to
  912.            reduce the chances of accidently deleting the original
  913.            compressed file during update mode (inconvenience) or
  914.            during selective extraction (potential disaster).
  915.  
  916.          . Added code to mark all signal and temporary files
  917.            ReadOnly, to prevent other processes from erasing them.
  918.            Also added code to mark files as normal before attempting
  919.            to delete them.
  920.  
  921.          . Corrected a problem where the atomic lock files were
  922.            not being closed properly after creation.
  923.  
  924.          . Re-worked the token and temporary file creation and
  925.            detection routines to use variable names and file
  926.            extensions that fit their function.
  927.  
  928.          . Moved the code to generate a random filename prefix
  929.            to a separate, common procedure, reducing the
  930.            complexity of the routines that require these names.
  931.  
  932.          . Added error message codes to trap the condition if
  933.            more than one users attempts to access a compressed
  934.            file when Selective Extraction is turned on.
  935.  
  936.          . Fixed a problem where the .TK1 file was being created
  937.            on programs that did not need to be decompressed, and
  938.            the .TK1 file was not being deleted.
  939.  
  940.          . Moved .TK1 and .TK2 file detection and creation to a
  941.            common area of the DecompressZipFile procedure.
  942.  
  943.          . Changed the signal file checking order to accomodate
  944.            the new Selective Extraction .SXT file.
  945.  
  946.          . Fixed a problem where the Selective Extraction .SXT
  947.            signal file was being created in error.  (A non-atomic
  948.            file was being created.)
  949.  
  950.          . Added code to limit access to the compressed file if
  951.            selective extraction is being used by any user.
  952.  
  953.          . Added error message code to trap the condition if
  954.            Selective Extraction is turned on, but no files are
  955.            entered for extraction.
  956.  
  957.          . Corrected a problem where the procedure to calculate
  958.            the space required to decompress the compressed file
  959.            was being executed when the compression type was NONE,
  960.            and no compressed file existed.
  961.  
  962.          . Checked out a potential problem with PKUNZIP erroring
  963.            out if files specified for extraction did not exist.
  964.            It turns out that PKUNZIP simply ignores this type of
  965.            error, eliminating the need to deal with it in ZIPRPRO.
  966.  
  967.          . Added code to disable Query mode if using Selective
  968.            Extraction.  (This is necessary to insure the integrity
  969.            of the original compressed file, and to prevent errors
  970.            when attempting to decompress files a second time.)
  971.  
  972.          . Corrected problems in the CheckSpaceForDecompression
  973.            procedure where an EXIT was being executed before the
  974.            selective extraction container file was generated.
  975.  
  976.          . Revised the code in the CalculateExactFileSize routine
  977.            to base its calculations on the list of files to be
  978.            extracted, if Selective Extraction is enabled.
  979.  
  980.          . Added the more rigid compressed file type checking to
  981.            the internal CalculateExactFileSize, DecompressZipFile,
  982.            and CheckSpaceForDecompression procedures.
  983.  
  984.          . Eliminated the automatic detection of compressed file
  985.            archive types.  Now, the type of compressed file must
  986.            match the compression type specified in the .ZPD file.
  987.            (If users wish to change compression types, they must
  988.            use a compression type of "NONE" for one pass.  Then,
  989.            the file may be re-compressed with the new compressor.)
  990.  
  991.          . Added fail-safe code to the prelog screen procedure
  992.            that will show grayed-out check marks if any options
  993.            have been disabled by ZIP'R Professional.
  994.  
  995.          . Updated prelog screen to show the status of the new
  996.            "Selective Extraction" option.
  997.  
  998.          . Added support for "Selective Extraction" when using
  999.            PKZIP/PKUNZIP.
  1000.  
  1001.  
  1002. 11-15-93 ■ Version 1.00
  1003.  
  1004.          . Initial release of ZIP'R Professional For DOS.
  1005.